home *** CD-ROM | disk | FTP | other *** search
- /*
- * AEPrint.h Copyright ©1991 Apple Computer, Inc.
- */
-
- #ifdef THINK_C
- #pragma once /* For THINK C users */
- #endif
-
- #ifndef __AEPRINT__
- #define __AEPRINT__ /* For poor MPW users :) */
-
- OSErr AEPrint( AEDesc *desc, char *bufStr, long bufSize );
-
- #endif